* {
    box-sizing: border-box;
}

body{
    margin: 0%;

}

/* .Upper_BG{
    position: relative;
    width: 100%;
    margin: 0;
} */

.Header{
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.nav{
    display: flex;
    justify-content: center;
    padding-left: 10px;
}

.nav_button{
    font-family: 'inter';
    padding-left: 40px;
    font-size: 14px;
    font-weight: 600;
}

.Profile_and_Cart{
    display: flex;
    padding-top: 7px;
}

.Cart{
    padding-right: 30px;
}

.Cart_empty_text{
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 150px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 60px;
}

.Back_to_main_button{
    margin-top: 200px;
    display: flex;
    justify-content: center;
}